home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TLINEDIALOG / TLINEDIALOG.txt
Text File  |  1996-08-04  |  2KB  |  95 lines

  1. object LineDialog: TLineDialog
  2.   Left = 263
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Capture'
  7.   ClientHeight = 112
  8.   ClientWidth = 217
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 18
  20.     Width = 131
  21.     Height = 13
  22.     Caption = 'How many lines to capture?'
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object OKBtn: TBitBtn
  30.     Left = 48
  31.     Top = 76
  32.     Width = 77
  33.     Height = 27
  34.     Caption = 'OK'
  35.     Default = True
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ModalResult = 1
  41.     ParentFont = False
  42.     TabOrder = 1
  43.     Margin = 2
  44.     NumGlyphs = 2
  45.     Spacing = -1
  46.     IsControl = True
  47.   end
  48.   object CancelBtn: TBitBtn
  49.     Left = 132
  50.     Top = 76
  51.     Width = 77
  52.     Height = 27
  53.     Cancel = True
  54.     Caption = 'Cancel'
  55.     Font.Color = clBlack
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ModalResult = 2
  60.     ParentFont = False
  61.     TabOrder = 2
  62.     Margin = 2
  63.     NumGlyphs = 2
  64.     Spacing = -1
  65.     IsControl = True
  66.   end
  67.   object Lines: TEdit
  68.     Left = 152
  69.     Top = 16
  70.     Width = 52
  71.     Height = 21
  72.     Font.Color = clBlack
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     TabOrder = 0
  78.     Text = '1'
  79.   end
  80.   object AllLine: TCheckBox
  81.     Left = 139
  82.     Top = 48
  83.     Width = 65
  84.     Height = 17
  85.     Alignment = taLeftJustify
  86.     Caption = 'All lines'
  87.     Font.Color = clBlack
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ParentFont = False
  92.     TabOrder = 3
  93.   end
  94. end
  95.